getCategoryGroups

Returns a list of all available defined library category groups in the active database.

Sample Request

<mmRequest command="getCategoryGroups" station="ID" [version="1"] [client=""] [userData=""] />

Request Notes

None

Sample Reply

<mmReply command="getCategoryGroups" station="ID" version="1" [userData=""] status="ok">
	<contents>
		<categoryGroups>
			<categoryGroup name="Entire Library">
				<category>1</category>
				<category>2</category>
				<category>3</category>
			</categoryGroup>
		</categoryGroups>
	</contents>
</mmReply>

Reply Notes

The list of category groups is returned in the contents/categoryGroups section. Each category group includes a list of the categories contained in the group. These are category ID codes that can be looked up using the command.

Compatibility and Version Info

Available in MusicMaster PRO 4.0sr20 and later.